home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3139 / boot_pic.mug / instrux.mug < prev    next >
Text File  |  1987-04-21  |  4KB  |  84 lines

  1.  
  2. +-------------------------------------------------------+
  3. | Hi! Fellow Members (and Memberesses ??) of The Source |
  4. +-------------------------------------------------------+
  5.  
  6. This is a short documentation file to explain how to use my new & improved
  7. Picture booters on any new Source Compacted Demo Disks !!
  8.  
  9. The reasons for updating the original NeoChrome booter are:-
  10.  
  11. 1) The original is a ripped of version from Solomon's Key that I used
  12.    in my Super Virus Killer v1.0 !!
  13.  
  14. 2) I wanted to do other picture formats and also teach myself some more
  15.    snippets of 68000 !!
  16.  
  17. 3) I can now add another 6 recognised bootsectors to Professional Virus
  18.    Killer v2.1 (when I finally get it finished !!).
  19.  
  20. There are several options available, and they are:-
  21.  
  22.         Bootsector Option                               File Length
  23.         -----------------                               -----------
  24.  
  25. a) Standard NeoChrome picture (text on or off)          32128 bytes
  26. a) Standard Degas picture (text on or off)           32034/32066 bytes
  27. a) Standard Art Director picture (text on or off)       32512 bytes
  28. a) Standard Tiny packed picture (text on or off)        <32000 bytes !!
  29.  
  30. Obviously the best option is the Tiny picture option, which compresses
  31. 'The Source' Logo used on menus 74-78 down to 8K - 24K more disk space
  32. for you to fill up !!
  33.  
  34. After getting all of these options working (after several hours of
  35. code-shifting and optimizing !!), I can now present you with another
  36. two options to use instead of the above !!
  37.  
  38. Imgaine that your disk space is SO tight, that making an AUTO folder
  39. would waste a cluster ??  Well now you don't have to !!  Simply shove
  40. either a Degas (why waste space though !!) or Tiny picture (that's
  41. much better) onto a disk, along with your menu (in the root directory)
  42. and use either 'PI1_PROG.S' or 'TN1_PROG.S' and assemble this to your
  43. menu disk !!  
  44.  
  45. One point to notice is that if you want to use this bootsector code on
  46. a menu disk, then it has to be a menu where the DESKTOP is NOT REQUIRED !!
  47. Quitting from a menu in an AUTO folder is OK, as GEM will be initialised
  48. and eventually the desktop will materialise - BUT as the menu is loaded
  49. from a bootsector, GEM is totally ignored !!
  50.  
  51. Installing a new bootsector
  52. ---------------------------
  53.  
  54. Simple enough !!  Load in the bootsector you want to use.  Alter the
  55. picture filename (and how long it is if it's a Tiny picture) and the
  56. program filename (if you're using this option) and switch the text
  57. on or off if required.  Assemble the bootsector to memory and make 
  58. sure that it equals 480 bytes in length !!  If not, then alter the
  59. 'blanks' label (in word values !!) so that the bootsector does equal
  60. 480 bytes !!
  61.  
  62. Don't put drive identifiers into the filenames as people who unfortunately
  63. have to boot from drive B: will not be able to look at your menus !!
  64.  
  65. Next, goto the TOP of the bootsector's source listing (save it now
  66. if you are not sure it's going to work !!), and press 'ALT+I' so that
  67. Devpac wants another source file to place above your bootsector source.
  68. The file you require is 'INSTALL.S' (naturally !!) and when you have
  69. inserted this file - assemble everything to memory and run it.  Install
  70. the new bootsector onto your test disk - quit Devpac (ignoring the
  71. 'source code has been altered' alert box) and test your menu.
  72.  
  73. If something doesn't work - then tough, because you are doing something
  74. wrong and it's nothing to do with my source code !!
  75.  
  76.  
  77. See you,
  78.  
  79.  
  80. MUG U.K™ (Member of 'The Source') - 16/10/1991
  81.  
  82.  
  83.  
  84.